'Declaration Public Overloads Shared Function CreatePkcs7Signature( _
ByVal signCertificateThe signing certificate.As ITimestampAuthorityClient, _
ByVal signCertificateChainThe signing certificate chain.As System.Security.Cryptography.X509Certificates.X509Certificate2, _
ByVal ParamArray timestampAuthorityClientThe timestamp request.() As System.Security.Cryptography.X509Certificates.X509Certificate2 _
) As PdfPkcsSignature
public static PdfPkcsSignature CreatePkcs7Signature(
ITimestampAuthorityClient signCertificate,
System.Security.Cryptography.X509Certificates.X509Certificate2 signCertificateChain,
params System.Security.Cryptography.X509Certificates.X509Certificate2[] timestampAuthorityClient
)
public: static PdfPkcsSignature* CreatePkcs7Signature(
ITimestampAuthorityClient* signCertificate,
System.Security.Cryptography.X509Certificates.X509Certificate2* signCertificateChain,
params System.Security.Cryptography.X509Certificates.X509Certificate2*[]* timestampAuthorityClient
)
public:
static PdfPkcsSignature^ CreatePkcs7Signature(
ITimestampAuthorityClient^ signCertificate,
System.Security.Cryptography.X509Certificates.X509Certificate2^ signCertificateChain,
... array<System.Security.Cryptography.X509Certificates.X509Certificate2^>^ timestampAuthorityClient
)
Parameters
- signCertificate
- The signing certificate.
- signCertificateChain
- The signing certificate chain.
- timestampAuthorityClient
- The timestamp request.
Return Value
A new instance of PdfPkcsSignature class.